home *** CD-ROM | disk | FTP | other *** search
Wrap
on(release){ if(eval("/Variables:PositionPerso") eq "Vitrail") { loadVariablesNum("/arcane/tracking/tracking.html?episode=7&stage=5",0); if(eval("/Variables:LunetteMise") == false) { set("/Variables:LunetteMise",true); tellTarget(_root) { gotoAndStop("Sc07"); } } else { set("/Variables:LunetteMise",false); set("/Variables:VaVers01","Vitrail"); tellTarget(_root.SFX) { gotoAndStop("StopVitrail"); } tellTarget(_root) { gotoAndStop("Sc07b"); } } } if((eval("/Variables:PositionPerso") eq "PontDebut2" or eval("/Variables:PositionPerso") eq "PontMilieu2" or eval("/Variables:PositionPerso") eq "PontFin2") and eval("/Variables:ArtefactSorti") == true and eval("/Variables:ArbalettePrescott") == false) { loadVariablesNum("/arcane/tracking/tracking.html?episode=7&stage=32",0); if(eval("/Variables:ArtefactVue") == false) { tellTarget(_root.ClipVoix) { gotoAndStop("Alcove"); play(); } } if(eval("/Variables:LunetteMise") == false) { set("/Variables:LunetteMise",true); tellTarget(_root) { gotoAndStop("Sc07"); } } else { set("/Variables:LunetteMise",false); tellTarget(_root) { set("/Variables:VaVers01",eval("/Variables:PositionPerso")); gotoAndStop("Sc07b"); } } } }